d/rules: Stop setting VERBOSE, it was only relevant with Autotools
authorSimon McVittie <smcv@debian.org>
Sat, 8 Aug 2020 22:22:13 +0000 (23:22 +0100)
committerSimon McVittie <smcv@debian.org>
Sat, 8 Aug 2020 22:22:13 +0000 (23:22 +0100)
debian/rules

index 6a7c3e156fc0c11573b743e339341c9a6a2181b0..b64354590ef93054bcb3d90dbac74215dfce4c6c 100755 (executable)
@@ -46,9 +46,6 @@ EXAMPLES_PKG := gtk-$(APIVER)-examples
 NEWS := NEWS$(shell find -maxdepth 1 -size +4k -name NEWS -exec echo ".gz" \;)
 README.md := README.md$(shell find -maxdepth 1 -size +4k -name README.md -exec echo ".gz" \;)
 
-# Get failing tests' stdout/err so we have some information when a build fails
-export VERBOSE=1
-
 # macro computing the list of 'debian/<pkg>.*" files which have a
 # corresponding ".in" file; pass the list of packages in $(1)
 dh_subst_files = $(patsubst %.in,%,$(wildcard $(addprefix debian/, $(addsuffix *.in, $(1)))))